Northwoods.GoSilverlight 1.3.5 Assembly
AddNodeCopy Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : AddNodeCopy Method

nodedata
Add a copy of a node data to this model.

Syntax

Visual Basic (Declaration) 
Public Function AddNodeCopy( _
   ByVal nodedata As NodeType _
) As NodeType
C# 
public NodeType AddNodeCopy( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

the copied node data

Remarks

This is a convenience method that just calls M:Northwoods.GoXam.Model.GraphLinksModel`4.AddCollectionCopy(Northwoods.GoXam.Model.GraphLinksModel{`0,`1,`2,`3}.DataCollection,Northwoods.GoXam.Model.GraphLinksModel{`0,`1,`2,`3}.CopyDictionary).

Requirements

See Also

© 2012 All Rights Reserved.